home *** CD-ROM | disk | FTP | other *** search
- on mouseWithin me
- global URL
- customCursor = [member("finger"), member("fingerMatte")]
- URL = "http://www.clickx.be/magazine/"
- if URL > 0 then
- set the cursor of sprite the spriteNum of me to customCursor
- else
- set the cursor of sprite the spriteNum of me to 0
- end if
- updateStage()
- end
-
- on mouseUp me
- global URL
- if URL > 0 then
- gotoNetPage(URL)
- end if
- end
-